home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
tm
/
README
< prev
next >
Wrap
Text File
|
1990-11-02
|
966b
|
26 lines
This is the source of 'tm', a code generator for structured data
interfaces. Since 'tm' contains a (simple) text substitution
language support can be provided for a number of different languages.
The libraries for these languages reside in other directories:
-----
tmc tm support libraries for C.
libtmc Run-time library for C.
tmmira tm support library for Miranda.
tmutils Some tm utilities.
Also see 'coil' a similar program that generates code for Pascal.
To install tm (assuming the esprit environment is available), type
make setup # Configure makefile for local situation
make tm # Compile the program.
make test # test the compiled program.
make install # install the program.
make clean # remove all intermediate files.
***NOTE***
To compile tm you need tm! In the distributed version this is solved
by including the code that is generated by tm in the distribution,
but before you do 'make clean' make sure that these files can be reconstructed.